-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update feedback message when the link to get a magic code is resent #15573
Conversation
@Santhosh-Sellavel @stitesExpensify One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@Santhosh-Sellavel removing you from the review as this feature is under a beta and can't be tested without an Expensify domain. |
I have the beta access to test this got it while testing other PR, let me know if need to test it thanks! |
Ahh perfect, then I can assign you back, but since the original issue is in our private repo, I think we need to find a person from our BugZero team to create an Upwork job for you so we can pay you. |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-03-01.at.4.43.15.AM.movDesktopScreen.Recording.2023-03-01.at.4.35.24.AM.movDesktopScreen.Recording.2023-03-01.at.4.35.24.AM.movMobile Web - Safari & iOSSimulator.Screen.Recording.-.iPhone.14.-.2023-03-01.at.04.45.43.mp4Mweb & AndroidScreen_Recording_20230301_045323_New.Expensify.mp4 |
@pecanoro I'm just confused with the test steps here. Is test step 2 incomplete? Click on |
@NikkiWines After seeing the changes I get it we should just update the test step 2 For both the Tests & QA Steps as
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update the test steps as said here, otherwise looks good, Tests well. So approving! Over to you @NikkiWines
🎯 @Santhosh-Sellavel, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #15577. |
Ah yes, sorry about that, I updated the description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Sorry for the delay here
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To Duration
Show details
Meaningless Changes To DurationShow entries
Show details
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
Already in discussion here |
🚀 Deployed to staging by https://github.com/NikkiWines in version: 1.2.78-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.2.78-0 🚀
|
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/264822
Tests
Forgot?
should take you to the following screen:Offline tests
N/A, you can't log in without internet.
QA Steps
Forgot?
should take you to the following screen:PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android